home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / AlexNeXTSTEPSource / Source / Chapter8_Prefs / PopUp / TargetObject.h < prev    next >
Text File  |  1995-06-12  |  92b  |  10 lines

  1. #import <objc/Object.h>
  2.  
  3. @interface TargetObject:Object
  4.  
  5. {
  6. }
  7.  
  8. - printSelection:sender;
  9. @end
  10.